home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / blt / README.Debian < prev    next >
Encoding:
Text File  |  2009-12-04  |  831 b   |  21 lines

  1. Note: some people seem to be confused by the lack of a "bltwish"
  2. binary.  This is not an oversight--it is part of an upstream (by which
  3. I mean the TCL community) policy to remove and obsolete specialized
  4. variants of wish, like bltwish.  Unfortunately, not everyone has got
  5. the word yet.
  6.  
  7. If you have scripts which start with "#!/usr/bin/bltwish" (or some
  8. approximation thereof), the proper and approved thing to do is to
  9. replace that line with:
  10.  
  11. #!/bin/wish
  12. package require BLT
  13.  
  14. The result is exactly the same.  Note that if you have other "package
  15. require" lines in your script, you may want to place the "package
  16. require BLT" line with them, rather than right at the very top of the
  17. script.  As long as it comes before any blt commands are used, you
  18. should be fine.
  19.  
  20.  -- Chris Waters <xtifr@debian.org>, Sat Jan 28 17:30:11 2006
  21.